﻿    @charset "utf-8";
    /*==========@@HTML默认 开始@@==========*/
    /*基本*/
    
    * {
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    code,
    form,
    fieldset,
    legend,
    input,
    button,
    textarea,
    p,
    blockquote,
    th,
    td {
        margin: 0;
        padding: 0;
    }
    
    body {
        color: #696868;
        margin: 0px auto;
        font-family: Microsoft YaHei;
        font-size: 14px;
        background: #fff;
    }
    
    i {
        font-style: normal;
    }
    
    div {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    img {
        margin: 0;
        padding: 0;
        border: 0;
    }
    
    p {
        margin: 0px;
    }
    
    b,
    strong {
        font-weight: bold;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
        /* Remove most spacing between table cells.*/
    }
    
    li {
        list-style: none outside none;
    }
    /*链接*/
    
    a {
        text-decoration: none;
        color: #626262;
        background: transparent;
        outline: none;
    }
    
    a:focus {
        outline: none;
    }
    
    a:hover {
        color: #000;
    }
    
    a:active {
        outline: none;
    }
    /*标题*/
    
    h1 {
        font-size: 1.3em;
        margin: 0;
    }
    
    h2 {
        font-size: 1.2em;
        margin: 0;
    }
    
    h3 {
        font-size: 1.17em;
        margin: 0;
    }
    
    h4 {
        font-size: 1em;
        margin: 0;
    }
    
    h5 {
        font-size: 0.83em;
        margin: 0;
    }
    
    h6 {
        font-size: 0.67em;
        margin: 0;
    }
    /*其它*/
    
    blockquote {
        margin: 1em 40px;
    }
    
    dfn {
        font-style: italic;
    }
    
    hr {
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
    }
    
    code,
    kbd,
    pre,
    samp {
        font-size: 1em;
    }
    
    pre {
        margin: 1em 0;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    
    small {
        font-size: 80%;
    }
    
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
        /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
    }
    
    sup {
        top: -0.5em;
    }
    
    sub {
        bottom: -0.25em;
    }
    
    dl {
        margin: 1em 0;
    }
    
    dd {
        margin: 0 0 0 40px;
    }
    /*==========@@HTML默认  结束@@==========*/
    /*==========@@元件 开始@@==========*/
    /*常用颜色*/
    
    .blue {
        color: #00F !important;
    }
    
    .green {
        color: #0F0 !important;
    }
    
    .red {
        color: #F00 !important;
    }
    
    .black {
        color: #000000 !important;
    }
    
    .white {
        color: #FFFFFF !important;
    }
    
    .gray {
        color: gray;
        !important;
    }
    
    .purple {
        color: purple;
        !important;
    }
    /*浮动*/
    
    .clear {
        display: block;
        clear: both;
        height: 3px;
        overflow: hidden;
        line-height: 3px;
    }
    
    .fl,
    .float_left,
    .left {
        float: left;
    }
    
    .fr,
    .float_right,
    .right {
        float: right;
    }
    /*对齐方式*/
    
    .left {
        text-align: left
    }
    
    .right {
        text-align: right
    }
    
    .center {
        text-align: center
    }
    /*按钮*/
    
    .btn {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        height: 32px;
        line-height: 32px;
        padding: 0px 20px;
        font-weight: 300;
        font-size: 14px;
        margin: 0;
        text-decoration: none;
        text-align: center;
        text-indent: 0;
        cursor: pointer;
        border: 1px solid #d4d4d4;
        color: #666666;
    }
    /*默认样式*/
    
    .btn {
        background-color: #3aa314;
        color: #fff;
    }
    
    .btn:hover {
        background-color: #52a314;
        color: #fff;
    }
    
    .btn:active {
        background: #52a314;
        color: #374f00;
    }
    /*按钮大小*/
    
    .btn-large {
        font-size: 19px;
        height: 38.4px;
        line-height: 38.4px;
        padding: 0px 26px;
    }
    
    .btn-small {
        font-size: 12px;
        height: 25.6px;
        line-height: 25.6px;
        padding: 0px 16px;
    }
    
    .btn-tiny {
        font-size: 12px;
        height: 22.4px;
        line-height: 22.4px;
        padding: 0px 13px;
    }
    /*块按钮*/
    
    .btn-block {
        display: block;
    }
    /*表单类*/
    
    .form_text,
    .form_text:hover,
    .form_text_verifycode,
    .form_text_verifycode:hover {
        border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
        border-width: 1px;
        height: 20px;
        line-height: 20px;
        clip: rect;
        padding: 2px;
        color: #000000;
    }
    
    .form_text {
        width: 95%;
        background-position: 0px 0px;
    }
    
    .form_text:hover {
        background-position: 0px -37px;
    }
    
    .form_text_verifycode {
        width: 50px;
        margin-right: 3px;
        background-position: 0px 0px;
    }
    
    .form_text_verifycode:hover {
        background-position: 0px -37px;
    }
    
    .form_radio {
        width: auto;
        border: 0;
    }
    
    .form_checkbox {
        width: auto;
        border: 0
    }
    
    .form_select {
        height: 25px;
    }
    
    .form_textarea {
        width: 95%;
        height: 80px;
        border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
        border-width: 1px;
        padding: 2px;
    }
    
    .form_button {
        width: auto;
        vertical-align: middle;
        border: 0 none;
        /*解决ie焦点是有黑色边框*/
    }
    
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"]>input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }
    
    .required {
        color: red;
        font-weight: bold;
        text-align: left;
        padding-left: 3px;
    }
    /*其它*/
    
    .hide {
        display: none;
    }
    /*隐藏*/
    
    .more {
        float: right;
        padding-right: 5px;
        display: none;
    }
    /*more链接*/
    
    .code_image {
        cursor: pointer;
        padding-bottom: 6px;
    }
    /*验证码图片样式*/
    /*频道*/
    
    .ChannelContent {
        line-height: 2.0em;
        font-size: 16px;
    }
    
    .ChannelSContent,
    .ChannelSContent p {
        line-height: 1.8em
    }
    
    .ChannelContent a {
        color: #ff9d02
    }
    
    .ChannelSContent {
        color: #FFF;
        line-height: 25px;
        height: 200px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    
    .ChannelSContent a {
        color: #ff9d02
    }
    
    .ChannelSContent img,
    .InfoContent img {
        max-width: 100%
    }
    /*信息*/
    
    .InfoTitle {
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        padding: 5px 0px
    }
    
    .InfoTitle h1 {
        font-size: 28px;
        line-height: 1.5em;
        font-weight: normal;
    }
    
    .InfoTime {
        color: #999;
        text-align: left;
        padding: 2px 0px;
        height: 25px
    }
    
    .InfoContent,
    .InfoContent p {
        line-height: 2.0em;
        font-size: 16px;
        padding: 10px 0;
    }
    
    .InfoAttachment {
        padding: 10px 0px;
        text-align: center;
        width: 81px;
        margin: 0 auto;
    }
    
    .InfoPicture {
        text-align: center;
    }
    
    .InfoPicture img {
        width: 100%;
        max-width: 100%
    }
    
    .info_from_wrap {
        padding: 0 10px;
        text-align: center;
        color: #999;
        border: 0px dashed #ccc;
        line-height: 30px;
        margin-bottom: 5px;
    }
    
    .info_from_wrap a {
        color: #999;
    }
    
    .info_from_wrap a:hover {
        color: #555;
    }
    
    #ReadLevelTip {
        font-weight: bold;
        color: red;
    }
    
    .Tag {
        text-align: left;
        font-weight: bold;
    }
    
    .Tag a {
        padding: 0 3px;
        font-weight: normal;
        text-decoration: none;
    }
    
    .info_previous_next_wrap {
        background: #F0F0F0;
        padding: 5px;
        border: 1px solid #E3E3E3;
        color: #333;
        line-height: 1.8em
    }
    
    .Next a {}
    
    .Previous a {}
    
    .slideBox {
        padding: 20px;
        background: #005bac;
        overflow: hidden;
        border-radius: 6px;
    }
    
    .slideBox .hd {
        float: left;
        width: 230px;
        padding: 10px;
        background: #fff;
        border-radius: 6px;
    }
    
    .slideBox .bd {
        float: right;
        width: 870px;
    }
    /*==========@@元件 结束@@==========*/
    /*==========@@模块  开始@@==========*/
    /*左侧*/
    /*主体左侧样式*/
    
    .left_title {}
    
    .left_title h2 {}
    
    .left_body {
        overflow: hidden;
        zoom: 1;
        color: #000;
    }
    
    .left_bottom {
        margin-bottom: 5px;
    }
    
    .left_title1 {
        text-align: center;
    }
    
    .left_title1 p {
        line-height: 28px;
        font-size: 32px;
        font-weight: bold;
        color: #e0e0e0;
        font-family: Arial;
        text-transform: uppercase;
    }
    
    .left_title1 h2 {
        text-align: center;
        font-size: 24px;
        color: #005bac;
    }
    
    .left_title1 h2 a {
        font-size: 24px;
        color: #005bac;
        padding: 0 20px;
    }
    
    .left_body1 {
        overflow: hidden;
        zoom: 1;
        color: #000;
        padding: 10px 10px 5px;
    }
    
    .left_body1 .viewmore {
        width: 139px;
        height: 26px;
        line-height: 26px;
        border: #c5c5c5 solid 1px;
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        color: #6d6d6d;
        margin-top: 30px;
    }
    
    .left_body1 .viewmore:hover {
        color: #005bac;
        border: #005bac solid 1px;
    }
    
    .left_body1 .next {
        float: left;
        margin-right: 20px;
        position: relative;
        top: 80px;
    }
    
    .left_body1 .prev {
        float: right;
        margin-left: 20px;
        position: relative;
        top: 80px;
    }
    
    .left_bottom1 {
        margin-bottom: 5px;
    }
    
    .left_title2 {
        text-align: left;
    }
    
    .left_title2 span {
        line-height: 28px;
        font-size: 26px;
        font-weight: bold;
        color: #e0e0e0;
        font-family: Arial;
        text-transform: uppercase;
    }
    
    .left_title2 h2 {
        font-size: 24px;
        color: #000;
        display: inline-block;
    }
    
    .left_title2 h2 a {
        font-size: 24px;
        color: #000;
    }
    
    .left_body2 {
        overflow: hidden;
        zoom: 1;
        padding: 10px 0;
    }
    
    .left_body2 .viewmore {
        float: left;
        width: 139px;
        height: 26px;
        line-height: 26px;
        border: #c5c5c5 solid 1px;
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 14px;
        color: #6d6d6d;
        margin-top: 30px;
    }
    
    .left_body2 .viewmore:hover {
        color: #005bac;
        border: #005bac solid 1px;
    }
    
    .left_bottom2 {
        margin-bottom: 5px;
    }
    
    .left_title3 {
        text-align: center;
        height: 100px;
        line-height: 100px;
        background: #005bac;
    }
    
    .left_title3 h2 {
        color: #fff;
        font-size: 22px;
    }
    
    .left_body3 {
        overflow: hidden;
        zoom: 1;
        color: #000;
        padding: 10px 0;
        background: #eee;
    }
    
    .left_bottom3 {
        margin-bottom: 5px;
        background: #005bac;
    }
    
    .left_bottom3 h2 {
        color: #fff;
        font-weight: normal;
        font-size: 16px;
        padding: 20px 30px 0;
    }
    
    .left_bottom3 h2 img {
        vertical-align: middle;
    }
    
    .left_bottom3 p {
        color: #fff;
        font-size: 22px;
        font-family: Impact;
        padding: 0px 30px 20px;
    }
    
    .left_title4 {
        text-align: left;
    }
    
    .left_title4 p {
        line-height: 28px;
        font-size: 32px;
        font-weight: bold;
        color: #cdcecb;
        font-family: Arial;
        text-transform: uppercase;
    }
    
    .left_title4 h2 {
        font-size: 24px;
        color: #005bac;
    }
    
    .left_body1 {
        overflow: hidden;
        zoom: 1;
        color: #000;
        padding: 10px 10px 5px;
    }
    
    .left_bottom1 {
        margin-bottom: 5px;
    }
    /*主体右侧*/
    /*样式1*/
    
    .right_title {}
    
    .right_title h2 {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        padding: 15px 0;
        color: #01673A;
    }
    
    .right_body {
        padding: 5px 0px;
        overflow: hidden;
        zoom: 1;
        border-top: 0;
        border-bottom: 0
    }
    
    .right_bottom {}
    /*样式2*/
    
    .right_title1 {
        height: 60px;
        line-height: 58px;
        background: url(../image/right_title1.jpg) left bottom repeat-x;
    }
    
    .right_title1 h2 {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        color: #0f60cc;
    }
    
    .right_body1 {
        padding: 5px 0;
        overflow: hidden;
        zoom: 1;
        border-top: 0;
        border-bottom: 0
    }
    
    .right_bottom1 {
        height: 5px;
        line-height: 5;
        overflow: hidden;
        font-size: 0px;
        margin-bottom: 5px;
    }
    /*样式3*/
    
    .right_title2 {
        height: 69px;
        line-height: 69px;
    }
    
    .right_title2 h2 {
        font-size: 20px;
        font-weight: normal;
        text-indent: 40px;
        color: #FFF;
    }
    
    .right_body2 {
        padding: 5px;
        overflow: hidden;
        zoom: 1;
        border-top: 0;
        border-bottom: 0
    }
    
    .right_bottom2 {
        height: 5px;
        font-size: 0px;
        line-height: 0;
        overflow: hidden;
        margin-bottom: 5px;
    }
    /*==========@@模块  结束@@==========*/
    /*==========@@频道布局  开始@@==========*/
    /*模型body*/
    
    .body_index,
    .body_article,
    .body_download,
    .body_picture,
    .body_product,
    .body_single,
    .body_video,
    .body_job,
    .body_feedback,
    .body_guestbook {}
    
    .index,
    .single,
    .article,
    .picture,
    .download,
    .video,
    .product,
    .job,
    .guestbook,
    .feedback {
        width: 1200px;
        margin: 5px auto;
    }
    
    #top,
    #logo,
    #banner,
    #announcement,
    #link,
    #copyright,
    #floor_1,
    #floor_2,
    #floor_3,
    #floor_4,
    #floor_5,
    #floor_6,
    #floor_7 {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        border: 0px dashed red;
    }
    
    #left {
        float: left;
        width: 200px;
    }
    
    #right {
        float: right;
        width: 940px;
    }
    
    #right1 {
        float: left;
        width: 1200px;
    }
    
    .w {
        width: 1200px;
        margin: 0 auto;
        height: auto;
    }
    
    .single {
        overflow: hidden;
    }
    
    .text-overflow {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
    
    .text-center {
        text-align: center;
    }
    
    .clearfix:after {
        content: '';
        display: block;
        clear: both;
    }
    /*===招聘频道  开始===*/
    
    .job {}
    
    .joblist {}
    
    .joblist li {
        overflow: hidden;
    }
    
    table.job_table {
        margin: 8px 0px;
        padding: 0px;
        text-align: center;
        width: 100%;
        border-collapse: collapse;
    }
    
    table.job_table td {
        padding: 8px 5px;
        border: 1px solid #DADBD6;
    }
    
    table.job_table .Requirement {
        text-align: left;
        padding: 8px 5px;
        line-height: 1.5em;
    }
    
    table.job_table th {
        color: #333;
        font-weight: bold;
        text-align: center;
        border: 1px solid #DADBD6;
    }
    
    table.job_table .t1 {
        font-weight: bold;
        padding: 5px 0;
        width: 20%;
    }
    
    table.job_table .t2 {
        text-align: left;
        width: 25%;
    }
    
    table.job_table .t3 {
        font-weight: bold;
        width: 25%;
    }
    
    table.job_table .t4 {
        text-align: left;
        width: 25%;
    }
    
    table.job_table .operation {
        text-align: center;
        margin: 0 auto;
    }
    /*应聘*/
    
    table.resume_table {
        margin: 3px;
        text-align: center;
        width: 97%;
        border-collapse: collapse;
    }
    
    table.resume_table th {
        font-weight: bold;
        text-align: left;
        width: 100px;
    }
    
    table.resume_table td {
        text-align: left;
    }
    
    table.resume_table .operation {
        text-align: center;
    }
    
    table.resume_table #Detail {
        height: 200px;
    }
    /*===招聘频道  结束===*/
    /*===留言频道  开始===*/
    
    .guestbook {}
    
    .guestbooklist {}
    
    .guestbooklist li {
        padding: 10px;
        border: 1px solid #CCC;
        margin-bottom: 10px;
    }
    
    .MessageTitle {
        color: #227BAD;
        line-height: 1.5em;
        font-weight: bold;
    }
    
    .MessageContent {
        padding: 5px;
        margin-bottom: 10px;
    }
    
    table.guestbook_table {
        width: 98%;
    }
    
    table.guestbook_table th {
        width: 100px;
        text-align: left
    }
    
    table.guestbook_table td {
        text-align: left
    }
    
    table.guestbook_table .operation {
        text-align: center
    }
    /*管理员回复*/
    
    .answer_wrap {
        padding: 5px;
        border-top: 1px dashed #CCC;
        line-height: 1.5em
    }
    
    .answer_title {}
    
    .answer_body {}
    
    .Administrator {
        text-align: right;
    }
    
    .Reply {
        text-align: right;
    }
    
    .AnswerTime {
        color: #999
    }
    /*留言表单*/
    
    .message_title {
        height: 40px;
        padding-left: 35px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    
    .message_body {
        padding-left: 10px;
        padding-right: 10px;
        color: #626262;
    }
    
    .message_bottom {}
    /*===留言频道  结束===*/
    /*===反馈频道 开始===*/
    
    .feedback {}
    
    table.feedback_table {
        width: 99%;
        text-align: center;
        margin: 0 auto;
    }
    
    table.feedback_table th {
        width: 100px;
        text-align: left;
        font-weight: bold;
    }
    
    table.feedback_table td {
        text-align: left;
    }
    
    table.feedback_table .operation {
        text-align: center
    }
    /*===反馈频道 结束===*/
    /*==========@@频道布局  结束@@==========*/
    /*==========@@公共板块  开始@@==========*/
    /*公告*/
    
    #announcement_main {
        background: #f8f8f8;
    }
    
    #announcement {
        height: 45px;
        line-height: 45px;
    }
    
    #announcement .announcement_title {
        float: left;
        text-indent: 35px;
        background: url(../image/announcement_title.gif) no-repeat 8px center;
        font-size: 15px;
        font-weight: bold;
        line-height: 45px;
    }
    
    #announcement .announcement_body {
        float: left;
        width: 700px;
        line-height: 45px;
        font-size: 14px;
        color: #555;
    }
    
    #announcement .announcement_bottom {
        float: right;
        width: 280px;
    }
    
    .announcementlist {}
    
    .announcementlist li {
        line-height: 45px;
    }
    
    .announcementlist li span {
        margin-left: 30px;
    }
    /*当前位置*/
    
    #location_main {}
    
    #location {
        color: #999;
        float: right;
    }
    
    #location a {
        color: #999;
    }
    /*子频道列表*/
    
    .subchannel_main {
        margin: 10px 0;
    }
    
    .subchannel {}
    
    .subchannellist {
        text-align: center;
    }
    
    .subchannellist li {
        display: block;
        line-height: 46px;
        padding: 0 10px;
        height: 46px;
        overflow: hidden;
        background: #f6f6f6 url(../image/subchannellist.png) 160px center no-repeat;
        border-bottom: #e5e5e5 solid 1px;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    
    .subchannellist li a {
        font-weight: normal;
        display: block;
        color: #000;
        font-size: 14px;
    }
    
    .subchannellist li:hover {
        background: #005bac url(../image/subchannellist_hover.png) 160px center no-repeat;
        color: #FFF;
    }
    
    .subchannellist li:hover a {
        color: #FFF;
    }
    
    .subchannellist #current a {
        background: #005bac url(../image/subchannellist_hover.png) 160px center no-repeat;
        color: #FFF;
    }
    
    .subchannellist .subnav a {
        font-size: 12px;
        display: block;
        height: 28px;
        line-height: 28px;
        overflow: hidden;
    }
    
    .subchannellist1 {
        text-align: center;
    }
    
    .subchannellist1 li {
        display: block;
        line-height: 60px;
        border: 1px solid #D2D2D2;
        border-radius: 6px;
        background: #005bac;
    }
    
    .subchannellist1 li a {
        display: block;
        color: #FFF;
    }
    
    .subchannellist1 li:first-child a,
    .subchannellist1 li a:hover {
        background: #3aa314;
        color: #FFF;
        text-decoration: none;
        border-radius: 6px;
    }
    
    .subchannellist1 li.on a {
        background: #3aa314;
        border-radius: 6px;
    }
    /*搜索 */
    
    table.search_table {
        width: 99%;
        text-align: center;
    }
    
    table.search_table th {
        vertical-align: middle;
        text-align: center;
        padding: 0px 3px;
    }
    
    table.search_table td {
        vertical-align: middle;
        width: 60px;
        padding: 0px 3px;
    }
    
    .form1 {
        line-height: 59px;
    }
    
    .form_text1 {
        float: left;
        width: 240px;
        height: 36px;
        line-height: 28px;
        text-indent: 10px;
        outline: none;
        border: 1px solid #dcdcdc;
        margin: 3px 0;
        color: #999;
    }
    
    .form_button1 {
        width: 45px;
        height: 38px;
        background: url(../image/btn.png) no-repeat center #005bac;
        border: 0;
        outline: none;
        color: #FFF;
        margin: 3px 0;
        float: left;
        cursor: pointer;
    }
    /*联系我们*/
    
    .contact_wrap {
        line-height: 1.8em;
        color: #FFF;
    }
    
    .contact_wrap b {
        font-weight: bold;
    }
    
    .contact_wrap .WebUrl {
        color: #F00;
    }
    /*联系我们1*/
    
    .contact_wrap1 {
        line-height: 26px;
        ;
        background: url(../image/contact.png) no-repeat;
        width: 315px;
        height: 154px;
        padding-left: 30px;
        padding-top: 20px;
        color: #FFF;
        overflow: hidden;
    }
    
    .contact_wrap1 b {
        font-weight: normal;
    }
    
    .contact_wrap1 .ico1 {
        background: url(../image/phone.gif) no-repeat 8px center;
        padding: 5px 0px 5px 25px;
    }
    
    .contact_wrap1 .ico2 {
        background: url(../image/fax.gif) no-repeat left center;
        padding: 5px 0px 5px 25px;
    }
    
    .contact_wrap1 .ico3 {
        background: url(../image/email.gif) no-repeat 1px center;
        padding: 5px 0px 5px 25px;
    }
    
    .contact_wrap1 .ico4 {
        background: url(../image/address.gif) no-repeat left center;
        padding: 5px 0px 5px 25px;
    }
    /*公共百度地图*/
    
    #Map {
        overflow: hidden;
        width: 100%;
    }
    
    #Map .MapInfo {
        float: left;
        border: 1px dashed #ccc;
        padding: 8px;
    }
    
    #Map .MapInfo #MapContainer {
        width: 870px;
        height: 380px;
    }
    
    #Map .ContactInfo {
        width: 300px;
        float: right;
        line-height: 2.7em;
    }
    
    #Map .ContactInfo .Company {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    #Map .ContactInfo img {
        width: 18px;
        vertical-align: middle;
        margin-right: 8px;
    }
    /*订购*/
    
    .order {
        margin: 0px auto
    }
    
    .order .WantOrder h1 {
        border-bottom: 1px dotted #999999;
        padding: 5px 0px;
    }
    
    .order .f1 {
        float: right;
        color: red;
    }
    
    table.order_table {
        width: 98%;
    }
    
    table.order_table th {
        width: 100px;
        text-align: left;
    }
    
    table.order_table td {
        text-align: left
    }
    
    table.order_table .operation {
        text-align: center
    }
    /* 友情链接 */
    
    #link_main {
        margin: 15px;
    }
    
    #link {
        padding: 0;
        border: 1px solid #D6D6D6;
    }
    
    .link_title {
        line-height: 59px;
        height: 59px;
        color: #fff;
    }
    
    .link_title h2 {
        font-size: 24px;
        color: #333;
        font-weight: normal;
        text-indent: 15px;
    }
    
    .link_body {
        color: #000;
        border-top: 0px;
        border-bottom: 0px;
    }
    
    .link_bottom {}
    
    .link_pic {
        overflow: auto;
        zoom: 1;
    }
    
    .link_pic ul li {
        float: left;
        padding: 1px 5px;
        text-align: center;
        width: 112px;
    }
    
    .link_pic img {
        width: 86px;
        height: 30px;
        padding: 2px;
        border: 1px solid #CCC;
    }
    
    .link_pic ul li a:hover img {
        border: 1px solid #00a4ef;
    }
    
    .link_text {
        overflow: hidden;
        zoom: 1;
        padding: 8px 0 8px 0;
    }
    
    .link_text ul li {
        float: left;
        text-align: center;
        padding: 1px 15px;
        overflow: hidden;
        white-space: nowrap;
    }
    
    .link_text a {
        line-height: 22px;
        color: #666;
    }
    
    .link_text a:hover {
        line-height: 22px;
        color: #00a4ef;
    }
    /* 版权信息 */
    
    #copyright_main {
        color: #FFF;
        background: #044c96;
    }
    
    #copyright {
        line-height: 40px;
    }
    
    #copyright .bottom_navigation {
        text-align: center;
        padding: 5px 0px;
    }
    
    #copyright a {
        color: #FFF;
        text-decoration: none;
    }
    
    #copyright a:hover {
        color: #00a4ef;
        text-decoration: none;
    }
    
    #copyright .bottom_info {
        text-align: center;
        padding-top: 5px;
        padding-right: 10px;
        line-height: 20px;
    }
    
    #copyright .TechnicalSupport {
        float: right;
        margin: 0
    }
    
    .bottom_navigation a {
        display: inline-block;
        font-size: 14px;
        padding: 0 8px;
        color: #fff;
    }
    
    .bottom_navigation .subnavigationlist1 li {
        float: none;
        padding: 0;
        line-height: 28px;
        display: block;
    }
    
    .bottom_navigation .subnavigationlist1 li a {
        color: #fff;
        display: block;
        line-height: 30px;
        font-weight: normal;
        padding: 0;
        margin: 0;
        font-size: 13px;
        text-align: left;
    }
    
    .bottom_navigation .subnavigationlist1 li a:hover {
        color: #00a4ef;
    }
    /*分页样式*/
    
    .page {
        padding: 20px 0 30px;
        text-align: center;
    }
    
    .page a,
    .page span {
        display: inline-block;
        border: 1px solid #D3D1D1;
        padding: 2px 8px;
        margin: 0 3px;
    }
    
    .page a:hover,
    .page span {
        background: #005bac;
        color: #fff;
        border: 1px solid #005bac;
    }
    /*网站地图列表*/
    
    .maplist {}
    
    .maplist li {
        padding: 1px;
    }
    
    .maplist li a {
        background: #d1e8fc;
        line-height: 25px;
        display: block;
        padding: 0 20px;
        border: 0px solid #A6CC93;
    }
    
    .maplist li a:hover {
        text-decoration: none;
        background: #FFF;
    }
    
    .maplist .depth1 {
        font-weight: bold;
        text-indent: 0px;
        font-weight: bold
    }
    
    .maplist .depth2 {
        text-indent: 2em
    }
    
    .maplist .depth3 {
        text-indent: 4em
    }
    
    .maplist .depth4 {
        text-indent: 6em
    }
    
    .maplist .depth5 {
        text-indent: 8em
    }
    
    .maplist .depth6 {
        text-indent: 10em
    }
    /*==========@@公共板块  结束@@==========*/
    /*==========@@通用列表 开始@@==========*/
    /*文字列表*/
    
    .textlist {}
    
    .textlist li {
        line-height: 40px;
        height: 40px;
        text-indent: 24px;
        background: url(../image/textlist.png) no-repeat 0 center;
        overflow: hidden;
        width: 100%;
        /*解决ie6bug*/
        border-bottom: 1px dashed #999999;
    }
    
    .textlist li a {}
    /*文字列表*/
    
    .textlist1 {
        overflow: hidden;
    }
    
    .textlist1 li {
        text-align: left;
        margin-top: 15px;
        height: 120px;
        width: 520px;
        border: 1px solid #e7e7e7;
        background: #FFF;
        position: relative;
        padding: 10px 0;
        float: left;
        margin-left: 36px;
    }
    
    .textlist1 li:nth-child(2n) {
        float: right;
    }
    
    .textlist1 li .InfoTitle {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
        font-size: 18px;
        text-indent: 58px;
    }
    
    .textlist1 li a:hover {
        color: #005bac;
    }
    
    .textlist1 li p {
        margin-left: 35px;
        padding: 0 20px;
        color: #5d5d5d;
        font-size: 14px;
    }
    
    .textlist1 li .time {
        float: left;
        width: 56px;
        background: #005bac;
        color: #FFF;
        line-height: 25px;
        padding: 10px 8px;
        position: absolute;
        left: -37px;
        top: 34.5px;
        text-align: center;
    }
    
    .textlist1 li .time .day {
        font-size: 28px;
        font-weight: bold;
    }
    
    .textlist1 li .time .month {
        float: left;
        width: 56px;
    }
    
    .textlist1 li .time .year {
        float: left;
        font-size: 18px;
        width: 48px;
    }
    /*带缩略图文字列表*/
    
    .thumblist {}
    
    .thumblist li {}
    /*橱窗列表*/
    
    .gridlist {
        margin-top: 5px;
    }
    
    .gridlist li {
        float: left;
        width: 296px;
        margin-bottom: 10px;
        margin-right: 26px;
        text-align: center;
        overflow: hidden;
        display: inline/*解决ie6 双边距bug*/
        ;
    }
    
    .gridlist li:nth-child(3n) {
        float: right;
        margin-right: 0;
    }
    
    .gridlist li img {
        border: 1px solid #D6D6D6;
        width: 294px;
    }
    
    .gridlist li a {
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 28px;
    }
    
    .gridlist li a:hover img {
        border: 1px solid #005bac;
    }
    /*橱窗列表1*/
    
    .gridlist1 {
        overflow: hidden;
    }
    
    .gridlist1 li {
        position: relative;
        float: left;
        text-align: center;
        overflow: hidden;
        display: inline/*解决ie6 双边距bug*/
        ;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 25px;
        width: 273px;
    }
    
    .gridlist1 li:nth-child(3n) {
        float: right;
        margin-right: 0;
    }
    
    .gridlist1 li img {
        width: 273px;
        vertical-align: middle;
    }
    
    .gridlist1 li a {
        display: block;
        white-space: nowrap;
        line-height: 28px;
        color: #FFF;
    }
    /*橱窗列表2*/
    
    .gridlist2 {
        overflow: hidden;
        width: 100%;
    }
    
    .gridlist2 li {
        width: 342px;
        position: relative;
        float: left;
        text-align: center;
        margin-right: 16px;
        overflow: hidden;
        display: inline/*解决ie6 双边距bug*/
        ;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: #e7e7e7 solid 1px;
        box-shadow: #ddd 0 0 7px;
        padding: 4px;
        margin-top: 15px;
    }
    
    .gridlist2 li img {
        vertical-align: middle;
        width: 340px;
        border: 1px solid #e7e7e7;
    }
    
    .gridlist2 li a {
        white-space: nowrap;
        line-height: 28px;
        display: block;
    }
    
    .albumlist1 {
        padding-top: 10px;
    }
    
    .albumlist1 li {
        text-align: left;
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }
    
    .albumlist1 li img {
        width: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }
    
    .channelalbumlist {
        overflow: hidden;
    }
    
    .channelalbumlist li {
        float: left;
        margin-top: 10px;
    }
    
    .channelalbumlist li img {
        display: block;
        width: 290px;
        margin-right: 10px;
    }
    /*==========@@通用列表  结束@@==========*/
    
    img {
        max-width: 100%;
    }
    
    .table_form {
        margin: 10px;
        width: 95%;
    }
    
    .table_form input {
        height: 26px;
    }
    
    .table_form input,
    .table_form textarea {
        background: transparent;
        border: 1px solid #ddd;
    }
    
    .table_form td {
        padding-left: 12px
    }
    
    .table_form th {
        font-weight: normal;
        text-align: right;
        padding-right: 10px;
        color: #fff
    }
    
    .table_form td label {
        vertical-align: middle
    }
    
    .table_form td,
    .table_form th {
        padding: 8px 0 5px 8px;
        line-height: 22px;
    }
    
    .table_form tbody td,
    .table_form tbody th {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    
    .colorpanel tbody td,
    .colorpanel tbody th {
        padding: 0;
        border-bottom: none;
    }
    
    .table_form .button {
        width: 60px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 10px;
        color: #fff;
        background: #666;
        cursor: pointer;
        border: none;
    }
    
    .table_form .button1 {
        background: #185ab2;
    }
    
    .xg-tit {
        font-size: 20px;
        font-weight: normal;
        color: #0e6fda;
        line-height: 60px;
        margin: 20px 0;
        background: url(../image/right_title1.jpg) left bottom repeat-x;
    }
    
    .xg-img {
        display: flex;
    }
    
    .xg-img li {
        flex: 1;
        margin-right: 20px;
    }
    
    .xg-img li a {}
    
    .xg-img li:last-child {
        margin-right: 0;
    }
    
    .xg-news li {
        display: flex;
        height: 36px;
        line-height: 36px;
        border-bottom: 1px solid rgba(0, 0, 0, .07);
    }
    
    .xg-news li a {
        flex: 1;
    }
    
    .xg-keyword a {
        display: inline-block;
        margin: 0 20px 10px 0;
        color: #ba760a;
    }
    /*header*/
    
    .header-top {
        height: 44px;
        line-height: 44px;
        background-color: #eeeeee;
        font-size: 14px;
        color: #666;
    }
    
    .header-top a {
        color: rgba(0, 0, 0, .67);
        display: inline-block;
        padding: 0 10px;
    }
    
    .header-hd {
        height: 95px;
    }
    
    .header-hd .logo {
        max-height: 95px;
        font-size: 0;
    }
    
    .header-hd .logo a {
        display: block;
        height: 100%
    }
    
    .header-hd .logo img {
        max-height: 100%;
        max-width: 100%;
    }
    
    .header-hd .call {
        font-size: 14px;
        color: #666;
        background: url(../image/call.png) no-repeat left center;
        padding-left: 46px;
        margin-top: 25px;
        text-align: left;
        line-height: 24px;
    }
    
    .header-hd .call p {
        font-size: 20px;
        color: #005bac;
        line-height: 26px;
    }
    
    .navbar {
        height: 52px;
        line-height: 46px;
        background: url('../image/navbar_bg.png') repeat-x left top;
    }
    
    .nav {
        height: 52px;
    }
    
    .navbar .nav>ul {
        display: flex;
        height: 52px;
    }
    
    .navbar .nav>ul li {
        flex: 1 1 auto;
    }
    
    .nav>ul>li {
        background: url('../image/nav_ullibg.png') no-repeat right 13px;
    }
    
    .navbar .nav>ul>li>a {
        height: 100%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        display: block;
        font-weight: normal;
    }
    
    .navbar .nav>ul>li>a span {
        width: 100%;
    }
    
    .navbar li.active>a,
    .navbar li a:hover {
        background: #333333;
        position: relative;
        z-index: 999;
    }
    
    .navbar li {
        position: relative;
    }
    
    .nav li:hover ul {
        display: block;
    }
    
    .nav li ul {
        position: absolute;
        left: 0;
        top: 52px;
        width: 100%;
        background: #005bac;
        display: none;
        overflow: hidden;
        z-index: 99;
    }
    
    .nav li ul li {
        width: 100%;
        height: 40px;
    }
    
    .nav li ul li a {
        font-size: 13px;
        color: #fff;
        line-height: 40px;
        display: block;
        white-space: nowrap;
        padding: 0;
        text-align: center;
        border: none;
        height: 100%;
    }
    
    .nav li ul li a span {
        width: 100%;
    }
    
    .nav li ul li a:hover {
        color: #fff;
        line-height: 40px;
        border: none;
        background: #333333;
        font-weight: normal;
    }
    
    .nav .on ul li a {
        background: #064ac3;
        color: #fff;
        border: none;
        line-height: 40px;
    }
    
    .nav .active ul li a:hover {
        background-color: #333333;
        font-weight: normal;
    }
    /*banner*/
    
    .banner {
        margin-top: -6px;
    }
    /*================= 搜索 ===================*/
    
    .i-search {
        height: 50px;
        line-height: 50px;
        background-color: #f3f3f4;
    }
    
    .i-search-hd a,
    .i-search-hd {
        font-size: 12px;
        color: #666;
    }
    
    .search-key {
        width: 247px;
        height: 30px;
        line-height: 30px;
        color: #666;
        font-size: 12px;
        background-color: #fff;
        padding-left: 20px;
        border: none;
    }
    
    .search-button {
        width: 43px;
        height: 30px;
        line-height: 30px;
        border: none;
        background-color: #fff;
        font-size: 12px;
        color: #fff;
        vertical-align: -10px;
        cursor: pointer;
        background-image: url('../image/search.png');
        background-repeat: no-repeat;
        background-position: left bottom;
    }
    
    .search-button:hover {
        background-color: #f1f1f1;
    }
    /*关于*/
    
    .box-tit {
        color: #666;
        background: url('../image/box_titbg.png') no-repeat center bottom;
    }
    
    .box-tit h3 {
        font-size: 28px;
        line-height: 28px;
        font-weight: normal;
    }
    
    .box-tit h3 span {
        color: #005bac;
    }
    
    .box-tit p {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .i-about {
        margin: 48px 0 68px;
    }
    
    .i-about-con {
        margin-top: 61px;
    }
    
    .i-about-hd {
        height: 404px;
        width: 528px;
        background: url('../image/about_hdbg.jpg') no-repeat right bottom;
    }
    
    .i-about-img {
        width: 513px;
    }
    
    .i-about-bd {
        width: 645px;
    }
    
    .i-about-bd h3 {
        font-size: 24px;
        color: #666;
        font-weight: bold;
        padding-left: 91px;
        line-height: 42px;
        background: url('../image/about_titbg.png') no-repeat 35px center;
        margin: 46px 0 26px;
    }
    
    .i-about-bd h3 span {
        color: #005bac;
        font-weight: bold;
    }
    
    .i-about-desc {
        padding: 0 19px 0 24px;
        font-size: 16px;
        color: #6e6e6e;
        line-height: 30px;
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    .i-about-list ul li {
        width: 137px;
        padding-right: 43px;
        background: url('../image/about_listbg.png') no-repeat right 48px;
    }
    
    .i-about-list ul li:last-child {
        width: 95px;
        padding-right: 0;
        background: none;
    }
    
    .i-about-list ul li p {
        text-align: center;
        font-size: 16px;
        color: #005bac;
        padding: 5px 0;
    }
    
    .list-img {
        border: 2px dotted #c9c9c9;
        padding: 2px;
        background-color: #fff;
        border-radius: 50%;
        width: 95px;
        height: 95px;
    }
    
    .list-img img {
        width: 87px;
        height: 87px;
        border-radius: 50%;
    }
    /*product*/
    
    img {
        display: block;
    }
    
    .i-product-tit {
        margin-bottom: 36px;
    }
    
    .i-product-hd {
        width: 206px;
        margin-left: 8px;
        border: 2px solid #4b8bc4;
    }
    
    .i-product-hd-tit {
        width: 204px;
        background: url('../image/pro_hdbg.png') no-repeat center;
    }
    
    .i-product-hd-tit h2 {
        font-size: 27px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 83px;
    }
    
    .i-product-list {
        padding: 10px 0 20px;
    }
    
    .i-product-list li a {
        height: 60px;
        line-height: 60px;
        padding: 0 41px;
        text-align: center;
        display: block;
        font-size: 18px;
        color: #666;
        background: url('../image/pro_listlibg.png') no-repeat 21px center;
    }
    
    .i-product-list li a:hover {
        color: #005bac;
    }
    
    .i-product-tel {
        padding: 38px 0 30px;
        background-color: #005bac;
        color: #fff;
        background-image: url('../image/pro_tel.png');
        background-repeat: no-repeat;
        background-position: center 3px;
    }
    
    .i-product-tel h4 {
        font-size: 14px;
        padding: 10px 0 12px 28px;
    }
    
    .i-product-tel p {
        font-size: 20px;
        padding-left: 28px;
        padding-bottom: 15px;
        border-bottom: 1px solid #fff;
        line-height: 20px;
    }
    
    .i-product-bd {
        width: 954px;
        margin-top: 33px;
    }
    
    .i-product-bd ul li {
        width: 294px;
        margin-right: 24px;
    }
    
    .i-product-img {
        border: 3px solid #bfbfbf;
    }
    
    .i-product-bd ul li:hover p {
        color: #005bac;
    }
    
    .i-product-bd ul li p {
        line-height: 50px;
        font-size: 17px;
        color: #666;
        text-align: center;
    }
    
    .i-product-bd ul li:nth-of-type(3n) {
        margin-right: 0;
    }
    
    .i-product-bd ul li:nth-of-type(n+4) {
        margin-top: 35px;
    }
    
    .i-mid {
        margin-top: 80px;
        height: 243px;
        background: url('../image/mid_bg.jpg') no-repeat center;
    }
    
    .i-mid-desc {
        width: 206px;
        color: #fff;
        padding-top: 14px;
        margin-left: 68px;
    }
    
    .i-mid-desc h4 {
        font-size: 16px;
        padding-left: 6px;
        margin-bottom: 12px;
    }
    
    .i-mid-desc p {
        font-size: 14px;
        line-height: 29px;
    }
    
    .i-mid-tel {
        width: 260px;
        font-size: 18px;
        margin-top: 100px;
        color: #fff;
    }
    
    .i-mid-tel p {
        font-size: 30px;
        line-height: 30px;
        padding-top: 15px;
    }
    /*优势*/
    
    .i-superiority {
        padding-top: 36px;
    }
    
    .i-sup-tit {
        height: 132px;
        background: url('../image/sup_titbg.jpg') no-repeat center;
    }
    
    .i-sup-con .bg {
        float: left;
        width: 100%;
        background: url('../image/sup_bg.jpg') no-repeat center;
    }
    
    .i-sup-con .box {
        float: left;
        width: 600px;
        height: 300px;
        height: 515px;
        padding: 10px 50px;
        box-sizing: border-box;
    }
    
    .i-sup-con .box h3 {
        color: #005bac;
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 14px;
        margin-bottom: 19px;
        background: url('../image/sup_h3bg.jpg') no-repeat left bottom;
    }
    
    .i-sup-con .box p {
        font-size: 16px;
        color: #666;
        line-height: 24px;
        margin-bottom: 34px;
        padding-left: 26px;
        background: url('../image/pro_listlibg.png') no-repeat left 2px;
    }
    
    .i-sup-con .box span {
        color: #00529c;
    }
    
    .i-sup-con .box em {
        margin: 0 5px 0 0;
        font-style: normal;
        color: #00529c;
    }
    
    .i-sup-con .box img {
        display: block;
    }
    
    .i-sup-con .one {
        padding: 30px 32px 0 120px;
    }
    
    .i-sup-con .two {
        padding: 68px 90px 0 48px;
    }
    
    .i-sup-con .four img,
    .i-sup-con .two img {
        margin: 0 0 35px 10px;
    }
    
    .i-sup-con .three {
        padding: 30px 32px 0 120px;
    }
    
    .i-sup-con .four {
        padding: 59px 90px 0 48px;
    }
    /*case*/
    
    .i-case {
        padding: 30px 0 77px;
    }
    
    .i-case-con {
        margin-top: 67px;
        overflow: hidden;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    }
    
    .i-case-con ul li {
        width: 272px;
        margin-right: 31px;
    }
    
    .i-case-con ul li:hover .i-case-desc .item-bd h5 {
        color: #0050b1;
    }
    
    .i-case-con ul li:last-child {
        margin-right: 0;
    }
    
    .i-case-img {
        border: 1px solid #aaaaaa;
        position: relative;
    }
    
    .i-case-img p {
        position: absolute;
        height: 70px;
        line-height: 70px;
        width: 100%;
        background-color: rgba(0, 0, 0, .3);
        font-size: 16px;
        color: #fff;
        text-align: center;
        top: 69px;
        left: 0;
    }
    
    .i-case-desc {
        margin-top: 33px;
        padding-left: 16px;
        box-sizing: border-box;
        height: 102px;
    }
    
    .i-case-desc .item-hd {
        padding-left: 2px;
        font-style: italic;
        width: 26px;
        font-size: 26px;
        height: 92px;
        color: #fff;
        width: 26px;
        background: url('../image/case_xhbg.jpg') no-repeat top;
    }
    
    .i-case-desc .item-bd {
        width: 212px;
        margin-left: 13px;
    }
    
    .i-case-desc .item-bd h5 {
        font-size: 18px;
        color: #0050b1;
        padding: 3px 0 10px;
        font-weight: normal;
    }
    
    .i-case-desc .item-bd p {
        font-size: 14px;
        color: #666;
        line-height: 20px;
        max-height: 80px;
        overflow: hidden;
        text-align: justify;
    }
    /*news*/
    
    .i-news {
        padding-bottom: 61px;
    }
    
    .i-news-tit {
        margin-bottom: 54px;
    }
    
    .i-news-hd {
        width: 507px;
        margin-left: 32px;
        position: relative;
    }
    
    .i-news-hd img {
        width: 100%;
        display: block;
    }
    
    .i-news-date {
        color: #fff;
        padding: 15px 12px 15px;
        box-sizing: border-box;
        width: 87px;
        background-color: #005bac;
        font-size: 26px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .i-news-date p {
        font-size: 16px;
        font-weight: normal;
    }
    
    .i-news-desc h3 {
        font-size: 16px;
        color: #005bac;
        font-weight: bold;
        text-align: center;
        line-height: 45px;
    }
    
    .i-news-desc p {
        font-size: 12px;
        line-height: 23px;
        color: #999;
        height: 69px;
        overflow: hidden;
    }
    
    .i-news-bd li {
        border-bottom: 1px solid #999;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }
    
    .i-news-bd li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }
    
    .i-news-bd li .time {
        width: 90px;
        border-right: 1px solid #666;
        font-size: 36px;
        color: #999;
        font-family: arial;
    }
    
    .i-news-bd li .time span {
        display: block;
        font-size: 16px;
        color: #333;
    }
    
    .i-news-bd li .news_con {
        margin-left: 120px;
    }
    
    .i-news-bd li .news_con h3 {
        font-size: 16px;
        color: #1a1a1a;
        font-weight: normal;
    }
    
    .i-news-bd li .news_con p {
        line-height: 23px;
        height: 23px;
        overflow: hidden;
        color: #999;
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .i-news-bd li .news_con i {
        font-size: 14px;
        display: block;
        width: 80px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #ffffff;
        background: #cccccc;
    }
    
    .i-news-bd {
        width: 586px;
        padding-right: 95px;
        box-sizing: border-box;
    }
    
    .i-news-bd li:hover .time,
    .i-news-bd li:hover .news_con h3 {
        color: #005bac;
    }
    
    .i-news-bd li:hover i {
        background-color: #005bac;
    }
    /*友情链接分站*/
    
    .footer-link .w {
        padding-left: 30px;
    }
    
    .footer-link span {
        font-size: 18px;
    }
    
    .footer-link .city {
        margin-bottom: 10px;
    }
    
    .footer-link {
        padding-bottom: 25px;
        border-bottom: 1px solid #fff;
    }
    /*footer*/
    
    .footer {
        padding-top: 30px;
        background-color: #005bac;
        color: #fdfdfd;
        padding-bottom: 15px;
    }
    
    .footer a {
        color: #fdfdfd;
        font-size: 12px;
    }
    
    .footer-hd {
        width: 780px;
    }
    
    .footer-hd img {
        display: inline;
        margin-left: 20px;
    }
    
    .footer p {
        display: inline-block;
        font-size: 12px;
        margin-right: 15px;
        line-height: 36px;
    }
    
    .copyright,
    .footer-contact {
        margin-left: 30px;
    }
    
    .footer-box-tit {
        padding-bottom: 6px;
        border-bottom: 1px solid #b5b5b5;
    }
    
    .footer-box-tit a {
        display: block;
        float: right;
        font-size: 18px;
    }
    
    .footer-cont-con {
        margin-top: 10px;
        font-size: 16px;
    }
    
    .footer-cont-con ul li {
        height: 32px;
        line-height: 32px;
    }
    
    .footer-nav-tit {
        margin-bottom: 5px;
    }
    
    .footer-nav {
        margin: 45px 0 25px 24px;
    }
    
    .footer-nav ul li {
        display: inline-block;
    }
    
    .footer-nav ul li a {
        font-size: 14px;
        display: block;
        padding: 0 28px 0 6px;
        border-right: 2px solid #fff;
        line-height: 16px;
    }
    
    .footer-nav ul li:last-child a {
        border: none;
    }
    
    .footer-code {
        margin-top: 27px;
        width: 179px;
        display: inline-block;
    }
    
    .footer-code img {
        width: 130px;
        height: 130px;
        float: left;
    }
    
    .footer-code p {
        float: right;
        width: 46px;
        text-align: center;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 18px;
        padding: 20px 15px;
        margin: 0;
    }
    
    .footer-code:nth-of-type(2) p {
        padding: 25px 15px;
    }